/************ Notifications Styling ************/

#notifications_panel  {
	width: 600px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFF;
	color: #4b4b4b;
	z-index: 1041;
	margin-right: -600px;
	transition: margin-right 0.3s ease-out, box-shadow 0.3s ease-out;
	overflow: scroll;
}

@media only screen and (max-width: 767px) {
#notifications_panel  {width: 300px; margin-right: -300px;}
}

.notifications_panel_open  {
	margin-right: 0px !important;
	-webkit-box-shadow: 5px -5px 20px 0 rgba(0,0,0,0.35);
	box-shadow: -5px -5px 20px 0 rgba(0,0,0,0.35);
}

#notifications_inner  {
	width: 100%;
	height: auto;
    height:100%;
    overflow-y: scroll;
}

#notifications_body  {
	width: 100%;
	height: auto;
	z-index: 99 !important;
}

#notifications_header  {
	width: 100%;
	height: auto;
	padding: 21px 0 22px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 120px auto;
	background-color: #EAEAEA;
	border-bottom: 1px solid #4b4b4b;
}

#notifications_exit  {
	width: 10px;
	height: auto;
	position: absolute;
	top: 22px;
	left: 11px;
	font-size: 14px;
	cursor: pointer;
}

.notification_type  {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #4b4b4b;
}

.notification_type .header  {
	width: 100%;
	height: auto;
	padding: 12px 10px;
	/*background-color: #f5f5f5;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
}

.notification_type .header .standardbtn  {
	width: 20px !important;
	height: 24px !important;
	float: right !important;
	background: url('../images/add.svg');
	border: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: -5px;
}

.notification_type .main  {
	width: 100%;
	height: auto;
	padding: 10px;
}

.notification_subtype  {
	width: 100%;
	height: auto;
	padding: 10px;
}

.notification_subtype tr  {cursor: pointer;}

.notification_subtype table tr:nth-child(1)  {cursor: default;}

.notification_subtype .notification_tasks_toggle  {
	width: 6px;
	height: auto;
	margin: 0 5px -1px 0;
}

.notification_subtype .expanded  {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.notification_subtype table  {
	width: 100%;
	height: auto;
	margin: 14px 0;
}

.notification_subtype td  {
	padding: 4px 0;
}

.notification_subtype tr td:nth-child(1)  {width: 70%;}
.notification_subtype tr td:nth-child(2)  {width: 30%;}

.notification_subtype tr:nth-child(1) td  {font-weight: 700;}

#id_NTFC_addTaskBtn:hover  {background: url('../images/add.svg') !important; background-repeat: no-repeat !important;}



/***************************** TASK STYLING *****************************/

#tasks_searchModal  {
	z-index: 99999;
}





































/*
.class_NTFC_duedTask  {color:red;}

#addTask_modal .modal-dialog  {
	width: 100%;
	max-width: 450px;
	height: auto;
}

#addTask_modal .modal-body  {
	width: 100%;
	height: auto;
}

#addTask_modal .row  {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

#addTask_modal .row .split  {
	width: auto;
	height: auto;
	float: left;
	padding-right: 10px;
}

#addTask_modal .row .split select  {margin-top: -4px;}

#addTask_modal .row:nth-child(1) .standardbtn  {
	float: right;
	margin-right: 0;
}

#id_tasks_content  {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100px;
}

#addTask_modal .row input[type=checkbox]  {margin: 3px 5px 0 0;}

#tasks_searchModal  {
	width: 100%;
	height: auto;
}

#tasks_searchModal .modal-dialog  {
  width: 100%;
  max-width: 410px;
  height: auto;
}

#tasks_searchModal .modal-body  {
	width: 100%;
	height: auto;
	padding: 20px;
}

#tasks_searchModal .row  {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

#tasks_searchModal .row .split  {
	width: auto;
	height: auto;
	float: left;
	padding-right: 10px;
}







.class_tasksSearch_rightColumn
{
  float:right;
  display: inline-block;
  width: 62.5%;
  margin-right:5%;
  margin-left:2.5%;
  height:400px;
}


.class_tasksSearch_leftColumn
{
  float:left;
  display: inline-block;
  width: 22.5%;
  margin-right:2.5%;
  margin-left:5%;
  padding:10% 0;
}

#tasksSearch_NameDisplay
{
  height:100%;
  overflow-y: scroll;
}

#tasksSearch_NameDisplay a
{
  display: block;
  margin-bottom: 5px;
}




.class_tasks_row
{
  margin-bottom:5px;
}

.class_tasks_patientOpt
{
  /* //display: none;*/
/*}

#id_tasks_initial b,
#id_tasks_compTime b
{
    font-weight: 700;
/*
  display: inline-block;
  border-radius: 100%;
  border:2px solid black;
  padding: 3px 3px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
*/
/*}*/
